Instance 0

adding="3" cellspacing="0" bgcolor="#ffffff">
Class540.createMessagePanel(@NotNull String message)#2{
    wrapper.add(label,
                new GridBagConstraints(001100, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(1111)00));
}


Instance 1

adding="3" cellspacing="0" bgcolor="#ffffff">
Class90.errorPanel(final String text,boolean isError)#3{
    wrapper.add(label, new GridBagConstraints(0,0,1,1,0,0,GridBagConstraints.CENTER, GridBagConstraints.NONE,
                                                         new Insets(1,1,1,1)0,0));
}


Instance 2

adding="3" cellspacing="0" bgcolor="#ffffff">
Class40.layoutVertical(final JPanel panel)#4{
      panel.add(borderPanel, new GridBagConstraints(GridBagConstraints.RELATIVE, 11101, GridBagConstraints.CENTER, GridBagConstraints.VERTICAL,
                                                    new Insets(0505)00));
}


Instance 3

adding="3" cellspacing="0" bgcolor="#ffffff">
Class110.composeWholePanel(JComponent initializerPlacePanel,JPanel checkboxPanel)#1{
            new GridBagConstraints(0, GridBagConstraints.RELATIVE, 1100, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE,
                    new Insets(0000)00);
    panel.add(checkboxPanel, constraints);
}


Instance 4

adding="3" cellspacing="0" bgcolor="#ffffff">
Class840.createCenterAlignmentInCell(JComponent comp)#0{
    GridBagConstraints constraints = new GridBagConstraints(111111, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0000)00);
    compPanel.add(comp, constraints);
    compPanel.setBackground(comp.getBackground());
}


Instance 5

adding="3" cellspacing="0" bgcolor="#ffffff">
Class440.constructFieldWithBrowseButton(final JComponent aComponent,final ActionListener aActionListener,int delta)#0{
    result.add(aComponent, new GridBagConstraints(001110, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0000)0,0));
    FixedSizeButton browseButton = new FixedSizeButton(aComponent.getPreferredSize().height - delta);//ignore border in case of browse button
    TextFieldWithBrowseButton.MyDoClickAction.addTo(browseButton, aComponent);
}


Instance 6

adding="3" cellspacing="0" bgcolor="#ffffff">
Class440.constructFieldWithBrowseButton(final JComponent aComponent,final ActionListener aActionListener,int delta)#2{
    result.add(browseButton, new GridBagConstraints(101101, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0,0,0,0)0,0));
    browseButton.addActionListener(aActionListener);
}


Instance 7

adding="3" cellspacing="0" bgcolor="#ffffff">
Class360.layoutHorizontal(final JPanel panel)#0{
      panel.add(slider, new GridBagConstraints(011110, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL,
                                               new Insets(5050)00));
}


Instance 8

adding="3" cellspacing="0" bgcolor="#ffffff">
Class840.createCenterPanel()#0{
    centerPanel.add(myAttrComponent, new GridBagConstraints(00111.01.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0000)00));
}


Instance 9

adding="3" cellspacing="0" bgcolor="#ffffff">
Class640.createKeymapNamePanel()#2{
    panel.add(myBaseKeymapLabel,
              new GridBagConstraints(001110, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(01600)00));
}


Instance 10

adding="3" cellspacing="0" bgcolor="#ffffff">
Class740.infoPanel(final String header,final String text)#2{
    wrapper.add(label, new GridBagConstraints(0,0,1,1,0,0,GridBagConstraints.CENTER, GridBagConstraints.NONE,
                                                         new Insets(1,1,1,1)0,0));
}


Instance 11

adding="3" cellspacing="0" bgcolor="#ffffff">
Class810.createLeftPanel()#2{
    left.add(myMoveToAnotherClassCb,
             new GridBagConstraints(001110, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL, new Insets(0000),
                                    00));
}


Instance 12

adding="3" cellspacing="0" bgcolor="#ffffff">
Class760.getSeparator()#2{
        final GridBagConstraints gbc = new GridBagConstraints();
        separatorPanel.add(separator, gbc);
}


Instance 13

adding="3" cellspacing="0" bgcolor="#ffffff">
Class150.ProgressLine(TestRunState testState)#0{
    progress.add(myProgressBar, new GridBagConstraints(000011, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new Insets(2002)00));
    myProgressBar.setColor(ColorProgressBar.GREEN);
}


Instance 14

adding="3" cellspacing="0" bgcolor="#ffffff">
Class470.createInvalidCard()#1{
    panel.add(myFormInvalidLabel,
              new GridBagConstraints(001111, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0000)00));
}


Instance 15

adding="3" cellspacing="0" bgcolor="#ffffff">
Class470.createCustomComponent(Presentation presentation)#0{
    panel.add(button,
              new GridBagConstraints(001111, GridBagConstraints.CENTER, GridBagConstraints.BOTH, JBUI.insets(0303)00));
}